projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8e02f
)
docker-compose: Update to version 2.38.2
author
Javier Marcet
<
[email protected]
>
Tue, 8 Jul 2025 16:41:02 +0000
(18:41 +0200)
committer
Tianling Shen
<
[email protected]
>
Fri, 1 Aug 2025 13:05:18 +0000
(21:05 +0800)
Release notes:
https://github.com/docker/compose/releases/tag/v2.38.2
Signed-off-by: Javier Marcet <
[email protected]
>
(cherry picked from commit
362b8cda741bf27008b67466c986c8f362ddd297
)
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index 46e1265ba9d92a726be115aba429ecfd6d15dc89..9954089cc4a3c83982573a0893657d2b45cbf442 100644
(file)
--- a/
utils/docker-compose/Makefile
+++ b/
utils/docker-compose/Makefile
@@
-1,14
+1,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=compose
-PKG_VERSION:=2.38.
1
+PKG_VERSION:=2.38.
2
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/docker/compose/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=
874fda5c816726c442eadebcbc9c08af6b1f980a949d92ac42a16bd9bd2d3d2
4
+PKG_HASH:=
250e087aeb614c762e3cb7c5b0cacb964acfa90f3f1d158942fc06d22d5e104
4
PKG_MAINTAINER:=Javier Marcet <
[email protected]
>